ci: stop the stale bot from closing relevant issues - #936
Merged
Conversation
days-before-stale was 7, so any discussion thread got nagged after a week. exempt-issue-labels pointed at a 'Postpone' label that did not exist in the repo, so nothing was ever exempt, and PRs had no exemption list at all. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DrPGBtLDkdnYXQv4u3r7bG
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prompted by #21, which has been marked stale three times and rescued three times by a contributor replying "This issue is still relevant."
Three problems in
.github/workflows/stale-issues.yml:days-before-stale: 7— a week of quiet is normal for a spec/provider registry. Bumped to 60.exempt-issue-labels: 'Postpone'referenced a label that did not exist in this repo, so the exemption was dead config. I created thePostponelabel and applied it to Why no "audio" type? #21.exempt-pr-labels, so provider-submission PRs waiting on maintainer review were staled by the same rules.Also added
next-versionto both exemption lists — an issue tagged for the next version is planned work, not abandoned work. Drop that part if you'd rather keep the label purely informational.days-before-close: 7is unchanged and still matches the wording ofstale-issue-message.🤖 Generated with Claude Code
https://claude.ai/code/session_01DrPGBtLDkdnYXQv4u3r7bG